home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / tbimage / tbimage.txt < prev    next >
Text File  |  1995-12-22  |  924b  |  28 lines

  1.           hello,
  2.  
  3.  
  4.           Here is a new typical TTBIMAGE, descendant of Timage.  
  5.           Next properties have been added.
  6.  
  7.  
  8.           1) FRAME:  Allows to draw a framework around the image.  
  9.           2)FRAMEROUND:  Allows to round angles of the framework.
  10.           3)FRAMESTYLE:  Allows to choose the style of the framework.
  11.           4) FRAMEWIDHT:  Allows to choose the width of the line
  12.           of the framework.
  13.  
  14.  
  15.           The procedure TBIMAGE.LOADPICTURE (name of picture :STRING);
  16.           ex: IMAGE1.LOADPICTURE('C:\WINDOWS\CLOWN.BMP');
  17.  
  18.           Allows to load an image by using parameters following:
  19.  
  20.  
  21.           1) LOADPICTRATIO:  Coefficient of size of the picture:  
  22.           0,5 divides by 2 the size of the image.
  23.           2) LOADPICTX:  position of the image x.
  24.           3) LOADPICTY:  position of the image y.
  25.  
  26.  
  27.           Thierry Barrachina
  28.           (100655,2107)